lerp

pure @safe nothrow @nogc
float
lerp
(
float from
,
float to
,
float t
)

Parameters

from float

From which value to interpolate

to float

To which value

t float

The T of interpolation

Return Value

Type: float

Meta